google.golang.org/grpc/internal/channelz.listenSocket.id (field)

5 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L285: 	ls := &listenSocket{refName: ref, s: s, id: id, pid: pid.Int()}
		funcs.go#L747: 		sm.ID = ls.id
		types.go#L489: 	id      int64
		types.go#L503: 	ls.cm.deleteEntry(ls.id)
		types.go#L504: 	ls.cm.findEntry(ls.pid).deleteChild(ls.id)